home *** CD-ROM | disk | FTP | other *** search
- # Jedi Knight Missions Cog Script
- #
- # WEAP_EMPTY_M.COG
- #
- # Empty WEAPON Script
- #
- # Placeholder weapon script. Used to fill empty weapon slots.
- #
- # [RF]
- #
- # (C) 1997 LucasArts Entertainment Co. All Rights Reserved
- # ========================================================================================
-
- symbols
-
- message autoselect
-
- end
-
- # ========================================================================================
-
- code
-
- autoselect:
- ReturnEx(-1.0);
- Return;
-
- end
-